• frmStaffCardsRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmStaffCardRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStaffCardRecord))
31         Me.Panel2 = New System.Windows.Forms.Panel()
32         Me.Label1 = New System.Windows.Forms.Label()
33         Me.dgw = New System.Windows.Forms.DataGridView()
34         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
35         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
36         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
37         Me.Panel3 = New System.Windows.Forms.Panel()
38         Me.Button1 = New System.Windows.Forms.Button()
39         Me.Button4 = New System.Windows.Forms.Button()
40         Me.btnReset = New System.Windows.Forms.Button()
41         Me.Panel1 = New System.Windows.Forms.Panel()
42         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
43         Me.Label2 = New System.Windows.Forms.Label()
44         Me.cmbDepartment = New System.Windows.Forms.ComboBox()
45         Me.Panel2.SuspendLayout()
46         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
47         Me.Panel3.SuspendLayout()
48         Me.Panel1.SuspendLayout()
49         Me.GroupBox3.SuspendLayout()
50         Me.SuspendLayout()
51         
'
52         
'Panel2
53         
'
54         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
55         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
56         Me.Panel2.Controls.Add(Me.Label1)
57         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
58         Me.Panel2.Name =
"Panel2"
59         Me.Panel2.Size = New System.Drawing.Size(
554, 62)
60         Me.Panel2.TabIndex =
0
61         
'
62         
'Label1
63         
'
64         Me.Label1.AutoSize = True
65         Me.Label1.BackColor = System.Drawing.Color.Transparent
66         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
67         Me.Label1.ForeColor = System.Drawing.Color.White
68         Me.Label1.Location = New System.Drawing.Point(
170, 16)
69         Me.Label1.Name =
"Label1"
70         Me.Label1.Size = New System.Drawing.Size(
183, 24)
71         Me.Label1.TabIndex =
0
72         Me.Label1.Text =
"Staff Cards Record"
73         
'
74         
'dgw
75         
'
76         Me.dgw.AllowUserToAddRows = False
77         Me.dgw.AllowUserToDeleteRows = False
78         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
79         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
80         Me.dgw.BackgroundColor = System.Drawing.Color.White
81         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
82         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
83         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
84         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
85         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
86         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
87         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
88         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
89         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
90         Me.dgw.ColumnHeadersHeight =
30
91         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3})
92         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
93         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
94         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
95         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
96         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
97         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
98         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
99         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
100         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
101         Me.dgw.EnableHeadersVisualStyles = False
102         Me.dgw.GridColor = System.Drawing.Color.White
103         Me.dgw.Location = New System.Drawing.Point(
9, 168)
104         Me.dgw.MultiSelect = False
105         Me.dgw.Name =
"dgw"
106         Me.dgw.ReadOnly = True
107         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
108         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
109         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
110         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
111         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
112         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
113         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
114         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
115         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
116         Me.dgw.RowHeadersWidth =
25
117         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
118         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
119         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
120         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
121         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
122         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
123         Me.dgw.RowTemplate.Height =
18
124         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
125         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
126         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
127         Me.dgw.Size = New System.Drawing.Size(
428, 459)
128         Me.dgw.TabIndex =
1
129         
'
130         
'Column1
131         
'
132         Me.Column1.HeaderText =
"Staff ID"
133         Me.Column1.Name =
"Column1"
134         Me.Column1.ReadOnly = True
135         
'
136         
'Column2
137         
'
138         Me.Column2.HeaderText =
"Staff name"
139         Me.Column2.Name =
"Column2"
140         Me.Column2.ReadOnly = True
141         Me.Column2.Width =
200
142         
'
143         
'Column3
144         
'
145         Me.Column3.HeaderText =
"Status"
146         Me.Column3.Name =
"Column3"
147         Me.Column3.ReadOnly = True
148         
'
149         
'Panel3
150         
'
151         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
152         Me.Panel3.Controls.Add(Me.Button1)
153         Me.Panel3.Controls.Add(Me.Button4)
154         Me.Panel3.Controls.Add(Me.btnReset)
155         Me.Panel3.Location = New System.Drawing.Point(
447, 168)
156         Me.Panel3.Name =
"Panel3"
157         Me.Panel3.Size = New System.Drawing.Size(
116, 139)
158         Me.Panel3.TabIndex =
41
159         
'
160         
'Button1
161         
'
162         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
163         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
164         Me.Button1.Location = New System.Drawing.Point(
16, 12)
165         Me.Button1.Name =
"Button1"
166         Me.Button1.Size = New System.Drawing.Size(
80, 33)
167         Me.Button1.TabIndex =
43
168         Me.Button1.Text =
"&Export Excel"
169         Me.Button1.UseVisualStyleBackColor = True
170         
'
171         
'Button4
172         
'
173         Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
174         Me.Button4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
175         Me.Button4.Location = New System.Drawing.Point(
17, 90)
176         Me.Button4.Name =
"Button4"
177         Me.Button4.Size = New System.Drawing.Size(
79, 33)
178         Me.Button4.TabIndex =
2
179         Me.Button4.Text =
"&Close"
180         Me.Button4.UseVisualStyleBackColor = True
181         
'
182         
'btnReset
183         
'
184         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
185         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
186         Me.btnReset.Location = New System.Drawing.Point(
16, 51)
187         Me.btnReset.Name =
"btnReset"
188         Me.btnReset.Size = New System.Drawing.Size(
80, 33)
189         Me.btnReset.TabIndex =
0
190         Me.btnReset.Text =
"&Reset"
191         Me.btnReset.UseVisualStyleBackColor = True
192         
'
193         
'Panel1
194         
'
195         Me.Panel1.BackColor = System.Drawing.Color.White
196         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
197         Me.Panel1.Controls.Add(Me.GroupBox3)
198         Me.Panel1.Controls.Add(Me.Panel3)
199         Me.Panel1.Controls.Add(Me.dgw)
200         Me.Panel1.Controls.Add(Me.Panel2)
201         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
202         Me.Panel1.Name =
"Panel1"
203         Me.Panel1.Size = New System.Drawing.Size(
577, 634)
204         Me.Panel1.TabIndex =
2
205         
'
206         
'GroupBox3
207         
'
208         Me.GroupBox3.Controls.Add(Me.Label2)
209         Me.GroupBox3.Controls.Add(Me.cmbDepartment)
210         Me.GroupBox3.Location = New System.Drawing.Point(
9, 73)
211         Me.GroupBox3.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
212         Me.GroupBox3.Name =
"GroupBox3"
213         Me.GroupBox3.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
214         Me.GroupBox3.Size = New System.Drawing.Size(
192, 88)
215         Me.GroupBox3.TabIndex =
42
216         Me.GroupBox3.TabStop = False
217         
'
218         
'Label2
219         
'
220         Me.Label2.AutoSize = True
221         Me.Label2.Location = New System.Drawing.Point(
12, 20)
222         Me.Label2.Name =
"Label2"
223         Me.Label2.Size = New System.Drawing.Size(
62, 13)
224         Me.Label2.TabIndex =
4
225         Me.Label2.Text =
"Department"
226         
'
227         
'cmbDepartment
228         
'
229         Me.cmbDepartment.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
230         Me.cmbDepartment.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
231         Me.cmbDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
232         Me.cmbDepartment.FormattingEnabled = True
233         Me.cmbDepartment.Location = New System.Drawing.Point(
15, 43)
234         Me.cmbDepartment.Name =
"cmbDepartment"
235         Me.cmbDepartment.Size = New System.Drawing.Size(
166, 21)
236         Me.cmbDepartment.TabIndex =
2
237         
'
238         
'frmStaffCardRecord
239         
'
240         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
241         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
242         Me.BackColor = System.Drawing.Color.DarkSlateGray
243         Me.ClientSize = New System.Drawing.Size(
601, 661)
244         Me.Controls.Add(Me.Panel1)
245         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
246         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
247         Me.MaximizeBox = False
248         Me.MinimizeBox = False
249         Me.Name =
"frmStaffCardRecord"
250         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
251         Me.Panel2.ResumeLayout(False)
252         Me.Panel2.PerformLayout()
253         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
254         Me.Panel3.ResumeLayout(False)
255         Me.Panel1.ResumeLayout(False)
256         Me.GroupBox3.ResumeLayout(False)
257         Me.GroupBox3.PerformLayout()
258         Me.ResumeLayout(False)
259
260     End Sub
261     Friend WithEvents Panel2 As System.Windows.Forms.Panel
262     Friend WithEvents Label1 As System.Windows.Forms.Label
263     Friend WithEvents dgw As System.Windows.Forms.DataGridView
264     Friend WithEvents Panel3 As System.Windows.Forms.Panel
265     Private WithEvents Button4 As System.Windows.Forms.Button
266     Private WithEvents btnReset As System.Windows.Forms.Button
267     Friend WithEvents Panel1 As System.Windows.Forms.Panel
268     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
269     Friend WithEvents Label2 As System.Windows.Forms.Label
270     Friend WithEvents cmbDepartment As System.Windows.Forms.ComboBox
271     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
272     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
273     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
274     Private WithEvents Button1 As System.Windows.Forms.Button
275
276 End Class


Gõ tìm kiếm nhanh...